home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_hylafax.idb / usr / freeware / man / cat4 / tsi.Z / tsi
Encoding:
Text File  |  1999-07-16  |  3.8 KB  |  131 lines

  1.  
  2.  
  3.  
  4. TTTTSSSSIIII((((4444FFFF))))         UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((DDDDeeeecccceeeemmmmbbbbeeeerrrr 5555,,,, 1111999999994444))))          TTTTSSSSIIII((((4444FFFF))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      tsi - Transmission Subscriber Identification (TSI) access
  10.      control list
  11.  
  12. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  13.      The _H_y_l_a_F_A_X configuration parameter QQQQuuuuaaaalllliiiiffffyyyyTTTTSSSSIIII specifies
  14.      whether or not the identity of a calling facsimile machine
  15.      should be checked against an access control list before
  16.      receiving facsimile.  If QQQQuuuuaaaalllliiiiffffyyyyTTTTSSSSIIII is non-null, then only
  17.      messages from facsimile machines identified in the file
  18.      specified by the string (typically eeeettttcccc////ttttssssiiii) will be
  19.      accepted.
  20.  
  21.      Patterns are specified one per line and must conform to the
  22.      regular expressions syntax specified by POSIX 1003.2; see
  23.      _r_e__f_o_r_m_a_t(7).  Comments may be included; they are introduced
  24.      with the ``#'' character and extend to the end of the line.
  25.      Any trailing white space on a line is ignored (for
  26.      convenience when comments are used).
  27.  
  28.      If a line begins with ``!'', then the regular expression
  29.      identifies clients that should be _r_e_j_e_c_t_e_d; otherwise
  30.      regular expressions identify clients whose transmissions
  31.      should be _a_c_c_e_p_t_e_d.  The order of patterns in a TSI file is
  32.      important.  When a facsimile is to be received, the fax
  33.      server will compare the client's TSI against the patterns in
  34.      the access control list in the order in which they appear in
  35.      the file.  The first pattern that matches the client TSI is
  36.      used to decide whether to accept or reject the facsimile.
  37.      If no patterns match the client TSI then the facsimile is
  38.      rejected.  Thus if you want to accept all but a restricted
  39.      set of TSI the last line in the file should be ``^.*$''.
  40.  
  41.      Note that regular expression patterns should be written to
  42.      match a TSI exactly.  That is, patterns should be of the
  43.      form:
  44.           ^<pattern>$
  45.  
  46.      where the ``^'' and ``$'' characters are used to specify the
  47.      start and end of the matching TSI.  Additionally, regular
  48.      expression patterns should handle white space that may
  49.      appear in known locations.  For example,
  50.           ^([+]1){1}[ .-]*415[ .-]*555[ .-]*1212.*$
  51.  
  52.      matches the following TSI strings:
  53.           +1.415.555.1212
  54.               415  555  1212
  55.           1-415-555-1212
  56.  
  57.      Finally, note that regular expressions can be used to
  58.      specify many TSI with one pattern.
  59.  
  60.  
  61. Page 1                                          (printed 6/24/99)
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68. TTTTSSSSIIII((((4444FFFF))))         UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV ((((DDDDeeeecccceeeemmmmbbbbeeeerrrr 5555,,,, 1111999999994444))))          TTTTSSSSIIII((((4444FFFF))))
  69.  
  70.  
  71.  
  72. NNNNOOOOTTTTEEEESSSS
  73.      It would be nice if TSI that were to be matched against were
  74.      placed in some canonical form (e.g. remove white space and
  75.      white space-like characters).  This is, however,
  76.      problematic, because some facsimile machines permit any
  77.      printable ASCII string to be sent as a TSI.
  78.  
  79. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  80.      _f_a_x_g_e_t_t_y(1M), _r_e__f_o_r_m_a_t(7), _c_o_n_f_i_g(4F)
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127. Page 2                                          (printed 6/24/99)
  128.  
  129.  
  130.  
  131.